home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import java.awt.event.ItemEvent;
- import java.awt.event.ItemListener;
-
- class CellDialog$3 implements ItemListener {
- // $FF: synthetic field
- final CellDialog this$0;
-
- public void itemStateChanged(ItemEvent var1) {
- if (this.this$0.commitPendingEdits(true)) {
- if (var1.getStateChange() == 1) {
- CellDialog.access$7000071(this.this$0, true);
- } else {
- CellDialog.access$7000071(this.this$0, false);
- }
-
- }
- }
-
- CellDialog$3(CellDialog var1) {
- this.this$0 = var1;
- }
- }
-